----------------------------------------------
		NJG Blox - Author: Hjupter Cerrud
    Copyright  2013 - 2015 Ninjutsu Games LTD.
             Version 1.0.5
       http://www.ninjutsugames.com
         hjupter@ninjutsugames.com
----------------------------------------------

Thank you for using NJGBlox!

If you have any questions, suggestions, comments or feature requests, please
email me at: hjupter@ninjutsugames.com

NJG Blox is a set of code extensions for the Game kit called plyGame.

---------------------------------------
 Documentation
---------------------------------------

NOTE: this product requires plyGame and DOTween imported into the project in order to work. 

You also need to have knowledge on how to use plyGame. 

For more info about plyGame:
http://www.plyoung.com/plygame/

-----------------
 Version History
----------------- 

1.0.5
- Added Is NPC block, useful for when need to know if an actor is NPC or not
- Screens now be created manually by assigning the Screen component to an object and just click on Create and Save
- Fixed a small issue with CharacterHUD component
- Screens are no being properly removed from history when they get destroyed for when changing scenes

1.0.4
- Added DownloadImage container for downloading images from URLs
- Added ButtonHideScreen component
- Fixed an issue with Screen and StringFormat block
- Added SetAsLastSibling and SetAsFirstSibling blocks
- Fixed error with Screen when pressing the save and close or cancel button
- Added RemoveChilds block
- Screen inspector now have fade in, fade out speed and easing exposed

1.0.3
- Added new block to Select UI selectable objects
- Added new block to Activate UI InputFields
- Added blocks for Dictionary (Add, Get Value, Create, Count, Remove, Contains Key)
- Made some fixes to UGUISetInputValue, UGUIGetInputValue, UGUIGetText

1.0.2
- Screen editor does not create screen prefabs right after new screen definition is created. 
  The purporse of this is to be able to assign custom hand made prefabs instead.
  Procedural Screen can be still made by pressing the button "Create New Screen" which appears only if the screen definition doesn't have any prefab assigned.

1.0.1
- Added new Screen system with its own editor to make it easier your game UI
- Added On Show Screen, On Hide Screen, On Hide All Screens events
- Added Show, Hide and Hide All blocks for the Screen system

1.0.0
- Initial Release
